home *** CD-ROM | disk | FTP | other *** search
- -- card: 3426 from stack: in
- -- bmap block id: 4955
- -- flags: 0000
- -- background id: 2121
- -- name: Times
- ----- HyperTalk script -----
- on lookatinstall
- global Install
-
- if Install is not 0 then
- visual effect scroll left
- go to card "install fonts"
- else
- visual effect scroll left
- go to card "thanks"
- end if
-
-
- end lookatinstall
-
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=78 top=88 right=102 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=78 top=107 right=121 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name:
-
-
- -- part 3 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=78 top=125 right=141 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 4 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=78 top=145 right=165 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name:
-
-
- -- part 5 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=78 top=169 right=192 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name:
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=78 top=197 right=227 bottom=255
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 24
- -- style flags: 0
- -- line height: 32
- -- part name:
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=281 top=265 right=287 bottom=352
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes
- ----- HyperTalk script -----
- on mouseUp
- lookatinstall
-
- end mouseUp
-
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=161 top=265 right=287 bottom=231
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No
- ----- HyperTalk script -----
- on mouseUp
- global Install
-
- answer "You need to install all the sizes of Times" with "OK"
-
- put 1 into Install
-
- lookatinstall
-
-
- end mouseUp
-
-
-
- -- part contents for card part 1
- ----- text -----
- Times 9
-
- -- part contents for card part 2
- ----- text -----
- Times 10
-
- -- part contents for card part 3
- ----- text -----
- Times 12
-
- -- part contents for card part 4
- ----- text -----
- Times 14
-
- -- part contents for card part 5
- ----- text -----
- Times 18
-
- -- part contents for card part 6
- ----- text -----
- Times 24